runtime.offAddr.a (field)
13 uses
	runtime (current package)
		mpagealloc.go#L144: 	return int((addr.a - arenaBaseOffset) >> levelShift[level])
		mranges.go#L126: 	a uintptr
		mranges.go#L131: 	return offAddr{a: l.a + bytes}
		mranges.go#L136: 	return offAddr{a: l.a - bytes}
		mranges.go#L142: 	return l1.a - l2.a
		mranges.go#L148: 	return (l1.a - arenaBaseOffset) < (l2.a - arenaBaseOffset)
		mranges.go#L154: 	return (l1.a - arenaBaseOffset) <= (l2.a - arenaBaseOffset)
		mranges.go#L166: 	return l.a
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |